home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / AEWIN100.ARJ / W.H < prev    next >
C/C++ Source or Header  |  1990-12-26  |  852b  |  36 lines

  1. /**********************************************************************
  2.  *  
  3.  *  NAME:           w.h
  4.  *  
  5.  *  DESCRIPTION:    main header file for UWin++ 1.10 ...
  6.  *  
  7.  *  copyright (c) 1990 J. Alan Eldridge
  8.  * 
  9.  *  M O D I F I C A T I O N   H I S T O R Y
  10.  *
  11.  *  when        who                 what
  12.  *  -------------------------------------------------------------------
  13.  *  11/25/90    J. Alan Eldridge    created
  14.  *  
  15.  *  12/??/90    JAE                 added window.h
  16.  *
  17.  *********************************************************************/
  18.  
  19. #ifndef __W_H
  20. #define __W_H
  21.  
  22. #include    "aedef.h"
  23.  
  24. #include    "mouse.h"
  25.  
  26. #include    "keybd.h"
  27. #include    "vidchr.h"
  28. #include    "video.h"
  29. #include    "vidbuf.h"
  30. #include    "viewport.h"
  31. #include    "attrmap.h"
  32. #include    "basewin.h"
  33. #include    "window.h"
  34.  
  35. #endif
  36.